warn
Logs a WARNING message.
Parameters
message
the message to log
Logs a WARNING message with the given arguments.
Parameters
message
the message to log
arguments
the array of arguments to the message
Logs a WARNING message with the given exception.
Parameters
message
the message to log
exception
the Throwable associated with the log message
Logs a lazily constructed WARNING message with the given exception.
Parameters
exception
the Throwable associated with the log message
msg Supplier
a function, which when called, produces the desired log message